home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / techplt1 / tpplot5.hlp < prev    next >
Text File  |  1992-09-20  |  4KB  |  186 lines

  1. ** File: TPPlot5.hlp
  2. ** Index: 35
  3.  
  4. ** Plot View's Format Menu commands
  5.  
  6.  
  7. █  Format menu
  8.  
  9.     This menu contains commands that change
  10. plot attributes of 2D and 3D plot objects.
  11. Most of the formats of 2D plot objects can
  12. be accessed by double clicking on the
  13. object itself.
  14.  
  15.  
  16. █  Object Format
  17.  
  18.     The Format | Object Format command lets
  19. you change the format of the selected plot
  20. object.  When an object is selected and
  21. this menu command is invoked, the format
  22. dialog box for the selected object will be
  23. displayed.  There are many types of objects
  24. in Plot View.  Each of them has its own
  25. format dialog box as described below:
  26.  
  27.         Line
  28.  
  29.         Area Symbol
  30.  
  31.         Arrow
  32.  
  33.         2D Text
  34.  
  35.         Frame
  36.  
  37.         Axis
  38.  
  39.         Normal Curve
  40.  
  41.         2D Bar
  42.  
  43.         Base Line
  44.  
  45.         Polar Axes
  46.  
  47.         Smith Axes
  48.  
  49.         Step Curve
  50.  
  51.         Box Plot
  52.  
  53.         Hi-lo Plot
  54.  
  55.  
  56. █  3D Curve
  57.  
  58.     The Format | 3D Curve command lets you
  59. change the attributes of a 3D curve
  60. (scatter) plot.
  61.  
  62.  
  63. █  3D Bar
  64.  
  65.     The Format | 3D Bar command lets you
  66. change the attributes of a 3D bar chart.
  67.  
  68.  
  69. █  3D Surface
  70.  
  71.     The Format | 3D Surface command lets
  72. you change the attributes of a 3D surface
  73. plot.
  74.  
  75.  
  76. █  3D Axes
  77.  
  78.     This menu contains three sub-menu
  79. commands.  These are all related to the
  80. change of 3D axes format.  When any one
  81. of these command is invoked, the 3D Axis
  82. Format dialog box is displayed.
  83.  
  84.  
  85. █  X Axis
  86.  
  87.     This command lets you changes the 3D
  88. X-Axis format.
  89.  
  90.  
  91. █  Y Axis
  92.  
  93.     This command lets you changes the 3D
  94. Y-Axis format.
  95.  
  96.  
  97. █  Z Axis
  98.  
  99.     This command lets you changes the 3D
  100. Z-Axis format.
  101.  
  102.  
  103. █  Contours
  104.  
  105.     The Format | Contours command lets you
  106. add contour level lines to a selected 3D
  107. surface plot.  It displays the Add Contour
  108. dialog box as follows.
  109.  
  110.   Contour List:  List of current contour
  111.     level values.
  112.  
  113.   Clean All:  This command button cleans
  114.     all contour level values currently
  115.     listed in the Contour List.
  116.  
  117.   New Contour:  Set the new contour value
  118.     and color. Use the Add button to add
  119.     it to the Contour List.
  120.  
  121.   Add:  This command button adds a contour
  122.     specified in the New Contour area to
  123.     the Contour List.
  124.  
  125.   Z Min:  Show the minimum value of z-axis.
  126.  
  127.   Z Max:  Show the maximum value of z-axis.
  128.  
  129.   Draw Contour Only:  Turn the Draw Contour
  130.     Only option on / off.  If this is
  131.     checked, only the contour level lines
  132.     are drawn in a 2D rectangular graph.
  133.     You can also turn on this option from
  134.     the 3D Surface Format dialog box.
  135.  
  136.  
  137. █  Axis Mode
  138.  
  139.     The following is a list of axis mode
  140. supported by TechPlot.
  141.  
  142.   Linear Normal:  This is the most common
  143.     axis number format.  It uses the
  144.     general decimal number notation.
  145.  
  146.   Linear Exp: This mode uses scientific
  147.     notation for numbers.
  148.  
  149.   Log:  This mode is the based 10
  150.     logarithm axis.
  151.  
  152.   Ln:  This mode is the natural
  153.     logarithm axis.
  154.  
  155.   Logit:  This mode is the logit
  156.     transformation axis. It is given by
  157.     the formula below:
  158.           logit(y)=ln(y/(100-y))
  159.  
  160.   Probit:  This mode is the probit
  161.     transformation axis.  It is given by
  162.     the following formula:
  163.           probit(y)=NormalDev(y)
  164.     where NormalDev(y) is the normal
  165.     derivative of y.
  166.  
  167.   Day:  This uses days of a week as axis
  168.     notation.  The conversion internally
  169.     is as follows:  For any number, find
  170.     its integer part, then do a module 7
  171.     operation.  That is, convert any
  172.     number to an integer ranging from 0
  173.     to 6.  0=Sunday, 1=Monday, 2=Tuesday,
  174.     3=Wednesday, 4=Thursday, 5=Friday,
  175.     6=Saturday.
  176.  
  177.   Month:  This uses month of a year as
  178.     axis notation.  The conversion
  179.     internally is as follows:  For any
  180.     number, find its integer part, then
  181.     do a module 12 operation (plus one).
  182.     That is, convert any number to
  183.     integer ranging from 1 to 12.
  184.     1->January, 2->February, etc.
  185.  
  186.